projects
/
ostree.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8d19e94
)
Add version features
author
Felix Krull
<f_krull@gmx.de>
Mon, 20 May 2019 20:59:38 +0000
(22:59 +0200)
committer
Colin Walters
<walters@verbum.org>
Fri, 6 May 2022 16:53:53 +0000
(12:53 -0400)
rust-bindings/rust/Cargo.toml
patch
|
blob
|
history
diff --git
a/rust-bindings/rust/Cargo.toml
b/rust-bindings/rust/Cargo.toml
index 557805bb861432fed7700d9648c9576e46aa078a..94760f46d491d3991882951eeeb90c542cc82822 100644
(file)
--- a/
rust-bindings/rust/Cargo.toml
+++ b/
rust-bindings/rust/Cargo.toml
@@
-61,3
+61,5
@@
v2018_3 = ["v2018_2", "ostree-sys/v2018_3"]
v2018_5 = ["v2018_3", "ostree-sys/v2018_5"]
v2018_6 = ["v2018_5", "ostree-sys/v2018_6"]
v2018_7 = ["v2018_6", "ostree-sys/v2018_7"]
+v2018_9 = ["v2018_7", "ostree-sys/v2018_9"]
+v2019_2 = ["v2018_9", "ostree-sys/v2019_2"]